Skip to content

fix(deps): update all non-major dependencies - #91

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#91
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented May 14, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@typescript-eslint/eslint-plugin (source) ^8.65.0^8.66.0 age confidence devDependencies minor
@typescript-eslint/parser (source) ^8.65.0^8.66.0 age confidence devDependencies minor
actions/checkout v4.2.2v4.4.0 age confidence action minor
express-rate-limit ^8.6.1^8.6.2 age confidence dependencies patch
jose ^6.2.7^6.2.8 age confidence dependencies patch
node (source) >=24.15.0>=24.19.0 age confidence engines minor
node 24.15.024.19.0 age confidence uses-with minor
node (source) 24.15.0-slim24.19.0-slim age confidence final minor
node (source) 24.15.0-slim24.19.0-slim age confidence stage minor
tsx (source) ^4.23.5^4.23.8 age confidence devDependencies patch
yarn (source) 4.14.14.18.0 age confidence packageManager minor
yarn (source) >=4.14.1>=4.18.0 age confidence engines minor

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.66.0

Compare Source

🩹 Fixes
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#​12617)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#​12588)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#​12607)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#​12591)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#​12590)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.66.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

actions/checkout (actions/checkout)

v4.4.0

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

express-rate-limit/express-rate-limit (express-rate-limit)

v8.6.2

Compare Source

You can view the changelog here.

panva/jose (jose)

v6.2.8

Compare Source

Fixes
  • enforce a single recipient when decrypting dir and ECDH-ES (505c383)
  • reject a non-string "alg" in EmbeddedJWK (714f870)
Refactor
  • index the JWS and JWE registries without a wrapper (925f3bb)
  • name the "alg" source in unsupported algorithm failures (1500459)
nodejs/node (node)

v24.19.0: 2026-08-03, Version 24.19.0 'Krypton' (LTS), @​aduh95

Compare Source

Notable Changes
  • [d08872b530] - (SEMVER-MINOR) buffer: implement blob.textStream() (Matthew Aitken) #​64036
  • [35222948be] - (SEMVER-MINOR) deps: update OpenSSL build config to support compression (Tim Perry) #​62217
  • [d6ab039f24] - (SEMVER-MINOR) doc: update blockList stability status to release candidate (alphaleadership) #​63050
  • [1da05fb79d] - doc: mark stream.compose stable (Matteo Collina) #​62562
  • [3c1636dabf] - (SEMVER-MINOR) esm: add --experimental-import-text flag (Efe) #​62300
  • [e323e877be] - (SEMVER-MINOR) fs: support caller-supplied readFile() buffers (Matteo Collina) #​63634
  • [c1248c9544] - (SEMVER-MINOR) http: add httpValidation option to configure header value validation (RajeshKumar11) #​61597
  • [a534b65815] - (SEMVER-MINOR) net: support TCP_KEEPINTVL and TCP_KEEPCNT in setKeepAlive (Guy Bedford) #​63825
  • [a23cdec683] - (SEMVER-MINOR) perf_hooks: sample delay per event loop iteration (Pablo Erhard) #​62935
  • [7428b57a37] - (SEMVER-MINOR) src: allow empty --experimental-config-file (Marco Ippolito) #​61610
  • [e57597173c] - (SEMVER-MINOR) stream: expose ReadableStreamTee (Matteo Collina) #​64195
  • [5396235993] - (SEMVER-MINOR) tls: report negotiated TLS groups (Filip Skokan) #​64119
  • [5e901b5cd9] - (SEMVER-MINOR) tls: add certificateCompression option (Tim Perry) #​62217
Commits

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@deepsource-io

deepsource-io Bot commented May 14, 2026

Copy link
Copy Markdown

DeepSource Code Review

We reviewed changes in 32bb350...3f8f376 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
Secrets Aug 5, 2026 7:11p.m. Review ↗
JavaScript Aug 5, 2026 7:11p.m. Review ↗
Shell Aug 5, 2026 7:11p.m. Review ↗
Docker Aug 5, 2026 7:11p.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ea5fb81 to 253f589 Compare May 14, 2026 06:33
@renovate renovate Bot changed the title fix(deps): update dependency jose to ^6.2.3 fix(deps): update all non-major dependencies May 14, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ade3369 to bc1faae Compare May 14, 2026 17:09
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed May 14, 2026
@renovate renovate Bot closed this May 14, 2026
@renovate
renovate Bot deleted the renovate/all-minor-patch branch May 14, 2026 22:57
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies - autoclosed chore(deps): update dependency eslint to ^10.4.0 May 16, 2026
@renovate renovate Bot reopened this May 16, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bc1faae to 911ed77 Compare May 16, 2026 01:41
@renovate renovate Bot changed the title chore(deps): update dependency eslint to ^10.4.0 chore(deps): update all non-major dependencies May 17, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 911ed77 to 385e849 Compare May 17, 2026 05:44
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed May 18, 2026
@renovate renovate Bot closed this May 18, 2026
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies May 19, 2026
@renovate renovate Bot reopened this May 19, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 4edbd5b to 07ebcd4 Compare May 25, 2026 21:00
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fbe51b0 to 15df5e4 Compare May 29, 2026 21:47
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 15b4294 to f934ea3 Compare June 15, 2026 01:42
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jun 15, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9e9db98 to 1801583 Compare June 16, 2026 00:15
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Jun 17, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from d67a7b2 to 72b958f Compare June 24, 2026 21:37
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 495766f to a3bebf3 Compare June 30, 2026 22:41
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jun 30, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9120dc4 to e398f1d Compare July 3, 2026 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants